GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-12T14:07:23.3189775+00:00",
"SubmitDate": "2026-03-12T14:07:23.3189775+00:00",
"ReportPeriodStart": "2026-03-12T14:07:23.3189775+00:00",
"ReportPeriodEnd": "2026-03-12T14:07:23.3189775+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5411b951-6ea6-4882-a3a5-f1d7fa19e182",
"Rows": [
{
"ItemId": "c861ce8f-53e3-4894-8cc3-fd1d0c5183be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c861ce8f-53e3-4894-8cc3-fd1d0c5183be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5411b951-6ea6-4882-a3a5-f1d7fa19e182",
"Rows": [
{
"ItemId": "c861ce8f-53e3-4894-8cc3-fd1d0c5183be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c861ce8f-53e3-4894-8cc3-fd1d0c5183be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"76a9acc6-f9a5-4a35-831d-0544787a0cee",
"0302806f-0768-4247-bdf5-7b274461a95d"
],
"Approvers": [
"3e821388-c312-4904-86db-cd1e522825c0",
"e2b0702b-53d5-4d8f-a1f0-e5a78fbfe67a"
],
"ApprovedBy": "aeeaae1d-e7e9-4f24-b624-cf959a242c2c",
"ApprovalDate": "2026-03-12T14:07:23.3189775+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "22debe7a-239c-4d83-a7ad-af6381ad6baa",
"id": "dd968873-6f02-4cba-be9b-fc1f76e267fe",
"ConfigId": "53513942-74d9-450d-bee3-7d4aab81dc2c"
},
{
"GenerationDate": "2026-03-12T14:07:23.3189775+00:00",
"SubmitDate": "2026-03-12T14:07:23.3189775+00:00",
"ReportPeriodStart": "2026-03-12T14:07:23.3189775+00:00",
"ReportPeriodEnd": "2026-03-12T14:07:23.3189775+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5411b951-6ea6-4882-a3a5-f1d7fa19e182",
"Rows": [
{
"ItemId": "c861ce8f-53e3-4894-8cc3-fd1d0c5183be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c861ce8f-53e3-4894-8cc3-fd1d0c5183be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5411b951-6ea6-4882-a3a5-f1d7fa19e182",
"Rows": [
{
"ItemId": "c861ce8f-53e3-4894-8cc3-fd1d0c5183be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c861ce8f-53e3-4894-8cc3-fd1d0c5183be",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"76a9acc6-f9a5-4a35-831d-0544787a0cee",
"0302806f-0768-4247-bdf5-7b274461a95d"
],
"Approvers": [
"3e821388-c312-4904-86db-cd1e522825c0",
"e2b0702b-53d5-4d8f-a1f0-e5a78fbfe67a"
],
"ApprovedBy": "aeeaae1d-e7e9-4f24-b624-cf959a242c2c",
"ApprovalDate": "2026-03-12T14:07:23.3189775+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "22debe7a-239c-4d83-a7ad-af6381ad6baa",
"id": "dd968873-6f02-4cba-be9b-fc1f76e267fe",
"ConfigId": "53513942-74d9-450d-bee3-7d4aab81dc2c"
}
]